org.eclipse.vtp.framework.databases.configurations
Interface DatabaseConstants

All Known Implementing Classes:
DatabaseColumnConfiguration, DatabaseConfiguration, DatabaseCriteriaConfiguration, DatabaseMappingConfiguration, DatabaseQueryConfiguration, DatabaseTableConfiguration, JdbcDatabaseConfiguration, JndiDatabaseConfiguration

public interface DatabaseConstants

Configuration constants for the database extensions.

Author:
Lonnie Pryor

Field Summary
static java.lang.String NAME_COLUMN
          The "column" name constant.
static java.lang.String NAME_COMPARISON
          The "comparison" name constant.
static java.lang.String NAME_CRITERIA
          The "criteria" name constant.
static java.lang.String NAME_DATABASE
          The "database" name constant.
static java.lang.String NAME_DRIVER
          The "driver" name constant.
static java.lang.String NAME_JDBC_DATABASE
          The "jdbc-database" name constant.
static java.lang.String NAME_JNDI_DATABASE
          The "jndi-database" name constant.
static java.lang.String NAME_MAPPING
          The "mapping" name constant.
static java.lang.String NAME_NAME
          The "name" name constant.
static java.lang.String NAME_PASSWORD
          The "password" name constant.
static java.lang.String NAME_QUERY
          The "query" name constant.
static java.lang.String NAME_RESULT_CARDINALITY
          The "result-cardinality" name constant.
static java.lang.String NAME_RESULT_LIMIT
          The "result-limit" name constant.
static java.lang.String NAME_RESULT_NAME
          The "result-name" name constant.
static java.lang.String NAME_RESULT_TYPE
          The "result-type" name constant.
static java.lang.String NAME_TABLE
          The "table" name constant.
static java.lang.String NAME_TIMEOUT
          The "timeout" name constant.
static java.lang.String NAME_TYPE
          The "type" name constant.
static java.lang.String NAME_URI
          The "uri" name constant.
static java.lang.String NAME_URL
          The "url" name constant.
static java.lang.String NAME_USERNAME
          The "username" name constant.
static java.lang.String NAME_VALUE
          The "value" name constant.
static java.lang.String NAMESPACE_URI
          The name space URI of the database configuration objects.
 

Field Detail

NAMESPACE_URI

static final java.lang.String NAMESPACE_URI
The name space URI of the database configuration objects.

See Also:
Constant Field Values

NAME_CRITERIA

static final java.lang.String NAME_CRITERIA
The "criteria" name constant.

See Also:
Constant Field Values

NAME_COLUMN

static final java.lang.String NAME_COLUMN
The "column" name constant.

See Also:
Constant Field Values

NAME_COMPARISON

static final java.lang.String NAME_COMPARISON
The "comparison" name constant.

See Also:
Constant Field Values

NAME_DATABASE

static final java.lang.String NAME_DATABASE
The "database" name constant.

See Also:
Constant Field Values

NAME_DRIVER

static final java.lang.String NAME_DRIVER
The "driver" name constant.

See Also:
Constant Field Values

NAME_JDBC_DATABASE

static final java.lang.String NAME_JDBC_DATABASE
The "jdbc-database" name constant.

See Also:
Constant Field Values

NAME_JNDI_DATABASE

static final java.lang.String NAME_JNDI_DATABASE
The "jndi-database" name constant.

See Also:
Constant Field Values

NAME_MAPPING

static final java.lang.String NAME_MAPPING
The "mapping" name constant.

See Also:
Constant Field Values

NAME_NAME

static final java.lang.String NAME_NAME
The "name" name constant.

See Also:
Constant Field Values

NAME_PASSWORD

static final java.lang.String NAME_PASSWORD
The "password" name constant.

See Also:
Constant Field Values

NAME_QUERY

static final java.lang.String NAME_QUERY
The "query" name constant.

See Also:
Constant Field Values

NAME_RESULT_CARDINALITY

static final java.lang.String NAME_RESULT_CARDINALITY
The "result-cardinality" name constant.

See Also:
Constant Field Values

NAME_RESULT_NAME

static final java.lang.String NAME_RESULT_NAME
The "result-name" name constant.

See Also:
Constant Field Values

NAME_RESULT_LIMIT

static final java.lang.String NAME_RESULT_LIMIT
The "result-limit" name constant.

See Also:
Constant Field Values

NAME_RESULT_TYPE

static final java.lang.String NAME_RESULT_TYPE
The "result-type" name constant.

See Also:
Constant Field Values

NAME_TABLE

static final java.lang.String NAME_TABLE
The "table" name constant.

See Also:
Constant Field Values

NAME_TIMEOUT

static final java.lang.String NAME_TIMEOUT
The "timeout" name constant.

See Also:
Constant Field Values

NAME_TYPE

static final java.lang.String NAME_TYPE
The "type" name constant.

See Also:
Constant Field Values

NAME_URI

static final java.lang.String NAME_URI
The "uri" name constant.

See Also:
Constant Field Values

NAME_URL

static final java.lang.String NAME_URL
The "url" name constant.

See Also:
Constant Field Values

NAME_USERNAME

static final java.lang.String NAME_USERNAME
The "username" name constant.

See Also:
Constant Field Values

NAME_VALUE

static final java.lang.String NAME_VALUE
The "value" name constant.

See Also:
Constant Field Values